Showing posts with label Windows 7 Tricks. Show all posts
Showing posts with label Windows 7 Tricks. Show all posts

Saturday, 30 July 2011

Taskbar tips





One of the most significant changes to the Windows 7 interface is its new taskbar, which acts more like the Mac OS X dock than the Windows taskbar of old. Here are a few quick tips for using the new taskbar and tweaks for taking charge of it.
Speed up the display of thumbnails on the taskbar




One of the nicest things about the taskbar is that when you hover your mouse over the icons in it, you can see thumbnail previews of all open windows for each of those applications.

When you do so, there is a slight delay before the thumbnail appears. But you can make the thumbnails display more quickly by using a Registry hack.

Important: Always create a Restore Point before editing the Windows Registry. If you don't know how to create a Restore Point or find your way around the Windows Registry, see "The tweaker's guide to the Windows Registry."



1. Launch the Registry Editor by typing regedit in the Search box and pressing Enter.

2. Go to HKEY_CURRENT_USER\Control Panel\Mouse.

3. Double-click MouseHoverTime. The default value you'll see is 400 -- which means 400 milliseconds. Type in a new, smaller value -- 150 is a good bet. Then click OK and exit the Registry Editor. You'll have to log off or restart your computer for the change to take effect.
Rearrange taskbar icons

It's easy to rearrange the icons across the bottom of the screen -- simply drag an icon to where you want it to live. You can also add icons to the taskbar by dragging them from an application, and delete the icons by highlighting them and pressing the Delete key.
Take control of the taskbar notification area

The notification area, at the far right of the taskbar, shows system messages and alerts, and displays the icons of programs and services that typically run in the background, such as Windows 7's wireless service. But what determines when, how and which icons show up there seems one of Windows' great mysteries.

There's a simple way to find out, and better yet, to customize it.




1. Right-click the taskbar, select Properties, and from the dialog box in the notification area section, click Customize.

2. For each application, select from the drop-down box whether you want the icon and notifications to always be displayed, to never be displayed or to have an icon appear only when there's a notification of some kind. Click OK when you're done.

You can also customize the system icons and services that appear there, including the clock, volume, network, power and Action Center icons. At the bottom of the same screen, click "Turn system icons on or off," and from the screen that appears, choose whether to turn on or off the icon and notifications. Click OK twice when you're done.

Build your own Internet Search Connector





Windows 7 has a very useful new feature called a Search Connector that lets you search through a Web site from right inside Windows Explorer. With it, you type in a search term and select the Search Connector for the site you want to search; Explorer searches the Web site without having to open Internet Explorer, and the results appear inside Windows Explorer. Click any of the results to head there using your default Web browser.

Normally, you'll need to get each Search Connector from the Web site through which you want to search, and very few Connectors are available. Sites normally need to adhere to OpenSearch standards in order for their Connectors to work.

Adding a new Search Connector.

However, there's a work-around that will let you easily build your own Search Connector for any site, using Windows Live Search as a kind of go-between. Don't worry, you don't need to know any code to write a Connector. Just follow these steps:

1. Copy the following text and paste it into Notepad. The text you'll need to change is in bold, all-caps text:

<?xml version="1.0" encoding="UTF-8"?>

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/">

<ShortName>NAME YOUR SEARCH</ShortName>

<Description>DESCRIPTION OF SEARCH</Description>

<Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=web&query={searchTerms} site:SITENAME.COM&web.count=50"/>

<Url type="text/html" template="http://www.bing.com/search?q={searchTerms}+site:SITENAME.COM"/>

</OpenSearchDescription>

2. In place of NAME YOUR SEARCH, type in the name of the search as you want it to appear. In our case, we're going to build a Search Connector forComputerworld, so we'll just type in Computerworld.

3. In place of DESCRIPTION OF SEARCH, type in a longer description of the search. In our instance, it will be Search through Computerworld.

4. In the two SITENAME.COM entries, enter the Web site's domain. Don't use the http:// or www -- just the domain name. In our instance it will becomputerworld.com.

5. To the right of "count=", type in the number or results you want to appear. In our instance, we'll keep it at 50.

6. In our example, here's what the code should look like (no bold necessary):

<?xml version="1.0" encoding="UTF-8"?>

<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:ms-ose="http://schemas.microsoft.com/opensearchext/2009/">

<ShortName>Computerworld</ShortName>

<Description>Search through Computerworld</Description>

<Url type="application/rss+xml" template="http://api.bing.com/rss.aspx?source=web&query={searchTerms} site:computerworld.com&web.count=50"/>

<Url type="text/html" template="http://www.bing.com/search?q={searchTerms}+site:computerworld.com"/>

</OpenSearchDescription>

7. Save the file in Notepad, choose UTF-8 from the Encoding drop-down box near the bottom of the Save As screen, and give it an .osdx extension. In our instance, we'll call the file Computerworld.osdx.

8. In Windows Explorer, right-click the .osdx file and select Create Search Connector. The Search Connector will be created.

9. You can now use the Search Connector. To get to it, in Windows Explorer go to YourName --> Searches --> Connector, where YourName is your account name, and Connector is the name of the Connector.

Set a new Windows Explorer launch folder





When you run Windows Explorer, it always opens to the Libraries folder. That's fine if you use Microsoft's default file organization, which designates Libraries as the overall container for your folders.

.

But what if you don't? You might prefer to have Windows Explorer open to Computer or any other folder you choose. Here's how to do it:

1. Right-click the Windows Explorer icon on the taskbar (it's the one that looks like a folder), and then right-click the Windows Explorer icon from the context menu that appears and select Properties. The Windows Explorer Properties dialog box appears.

2. You'll have to edit the Target field on the Shortcut tab of this dialog box in order to change the default location at which Explorer opens.



If you want Explorer to open to a specific folder, simply enter the name of the folder, substituting your folder name for Folder, below, like this:

%windir%\explorer.exe c:\Folder

So to open Explorer to the folder named Budget, you would type this in the Target field:

%windir%\explorer.exe c:\Budget

If you want Explorer to open to special, pre-set locations, such as Computer, you'll need to enter special syntax in the Target field. Following is a list of three common locations and the syntax to use, followed by the syntax for the Libraries folder in case you ever want to revert to the default.
Computer: %windir%\explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents:%windir%\explorer.exe ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
Network: %windir%\explorer.exe ::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Libraries: %SystemRoot%\explorer.exe

3. After you've changed the Target field, click OK. Next time you launch Windows Explorer, it will open to the new location you've designated.
Show all your drives in Windows Explorer

Depending on your system settings, when you go to Computer in Windows Explorer, you may be in for a shock -- you may not see all your drives such as memory card readers if those drives are empty. If this disconcerts you, there's a simple way for you to see them even if there's nothing there:




1. Launch Windows Explorer and press the Alt button to reveal the top menu.

2. Select Tools --> Folder Options and click the View tab.

3. Under "Advanced settings," uncheck the box next to "Hide empty drives in the Computer folder." Click OK. The drives will now always be visible.

Windows Explorer tips


Windows Explorer is the heart and soul of the Windows interface, and overall it works quite well. But you can make it better.

new  Use check boxes to select multiple files

Selecting multiple files using your mouse and check boxes

In order to select multiple files for an operation such as copying, moving or deleting in Windows Explorer, you generally use the keyboard and the mouse, Ctrl-clicking every file you want to select.
But if you're mouse-centric, there's a way to select multiple files in Windows 7 using only your mouse, via check boxes. To do it:
1. In Windows Explorer, click Organize, and then select "Folder and search options."

2. Click the View tab.
3. In Advanced Settings, scroll down and check the box next to "Use check boxes to select items." Click OK.
4. From now on, when you hover your mouse over a file in Windows Explorer, a check box will appear next to it; click it to select the file. Once a file is selected, the checked box remains next to it; if you uncheck it, the box will disappear when you move your mouse away.

new  Open a command prompt at any folder

Command prompt fans will welcome this tip. With it, when you're in Windows Explorer, you can open a command prompt to any folder. This tip does exactly what the Windows XP PowerToy "Open Command Window Here" does.
To use it, hold down the Shift key and right-click a folder, then choose "Open command window here" from the context menu that appears. (Note that this tip doesn't work in the Documents folder.)

Protect the privacy of your Explorer searches

Note: This tip relies on the Group Policy Editor, which isn't available in some versions of Windows 7. Thus, this tip will not work if you have the Home Premium, Starter, or Home Basic editions of Windows 7.
Protecting search privacy

When you search through your PC from Windows Explorer, you can see the most recent searches that have been performed. If you share a PC and don't want others to see what you've searched for, you can turn off the recent searches feature:
1. In the Start menu's Search box, type GPEDIT.MSC and press Enter to launch the Group Policy Editor.
2. Go to User Configuration --> Administrative Templates --> Windows Components --> Windows Explorer.
3. Double-click "Turn off display of recent search entries in the Windows Explorer search box" and select Enabled from the screen that appears. Then click OK. The recent searches feature will now be turned off.

Start Menu tips

Many people overlook the Start Menu, rarely using it except as a jumping off point to run an application or get to the Control Panel. But there's actually plenty you can do with it.

new  Search the Internet from the Start Menu

Note: This tip relies on the Group Policy Editor, which isn't available in some versions of Windows 7. Thus, this tip will not work if you have the Home Premium, Starter, or Home Basic editions of Windows 7.
Enabling Internet search from the Start Menu

The Start Menu's search box is a convenient way to search through your PC -- but you can also have it do double-duty and perform Internet searches as well. To enable this feature:
1. In the Start Menu search box, typeGPEDIT.MSC and press Enter to run the Group Policy Editor.
2. Go to User Configuration --> Administrative Templates --> Start Menu and Taskbar.
Many people overlook the Start Menu, rarely using it except as a jumping off point to run an application or get to the Control Panel. But there's actually plenty you can do with it.

new  Search the Internet from the Start Menu

Note: This tip relies on the Group Policy Editor, which isn't available in some versions of Windows 7. Thus, this tip will not work if you have the Home Premium, Starter, or Home Basic editions of Windows 7.
Enabling Internet search from the Start Menu

The Start Menu's search box is a convenient way to search through your PC -- but you can also have it do double-duty and perform Internet searches as well. To enable this feature:
1. In the Start Menu search box, typeGPEDIT.MSC and press Enter to run the Group Policy Editor.
3. Double-click "Add Search Internet link to Start Menu," and from the screen that appears, select Enabled. Then click OK and close the Group Policy Editor.
4. From now on, when you type a search term in the Search box on the Start Menu, a "Search the Internet" link will appear. Click the link to launch the search in your default browser with your default search engine.

new  Customize the Shut down button

The default action of the Start Menu's Shut down button is to turn off your PC. If you want to use the button for another action, such as restarting your PC, you click the arrow to the right of the Shut down button and select an action from the drop-down menu.
What if you rarely shut your PC down completely but frequently restart it? You can change the Shut down button's default action to be Restart -- or Switch user, Log off, Lock, Sleep or Hibernate.
To change your default, right-click the Start button and select Properties. On the Start Menu tab, click the "Power button action" drop-down menu and select which action you want to be the default. Then click OK, and OK again.

new  Add a Videos link to the Start Menu

The Windows 7 Start Menu includes links to your Pictures and Music folders, but not to your Videos folder. If you watch a lot of videos and want a link to them on your Start Menu, here's what you can do:
Displaying Videos folder on Start Menu

1. Right-click the Start button and select Properties.
2. On the screen that appears, go to the Start Menu tab and click Customize.
3. In the dialog box that appears, scroll to the bottom, look for the Videos section, select "Display as a link," and click OK and then OK again.
If you'd prefer that Videos display as a menu, with links to files and submenus, instead select "Display as a menu."

Cool Windows 7 Keyboard Tricks


Anyone working professionally with a computer has their hands on the keyboard most of the time. Reaching for the mouse can be an annoying disturbance and personally I often turn over my mouse in such situations. An easy solution is to simply keep the hands on the keyboard and complete as many tasks as possible with keyboard shortcuts only.
Apart from making you work more efficiently and faster, you can also impress your friends or colleagues by being able to work without a mouse. This article describes some cool Windows 7 keyboard tricks to get you started. In the end you might never want to take your hands off the keyboard again.

For your convenience, more keyboard shortcut resources are attached at the bottom.
Note that some of these shortcuts will only work if Windows Aero is enabled. If Aero effects are disabled on your computer, it might not be powerful enough to support resource intensive graphical features. The visual effects may also have been disabled to increase overall performance. If you wish to enable Aero nevertheless, have a look at my recent article explaining How To Enable and Troubleshoot Aero Effects in Windows 7.

Aero Shortcuts

  • [Windows] + [Spacebar] (Aero Peek)
    Make all open windows transparent to view gadgets and icons on desktop.
cool keyboard tricks
  • [Windows] + [D] (Aero Peek)
    Show or hide the desktop.
  • [Windows] + [Home] (Aero Shake)
    Minimize all but selected window. Reverse by clicking the key combination again.
  • [Windows] + left arrow OR [Windows] + right arrow (Aero Snap)
    Dock selected window to the left or right half of your screen.
  • [Windows] + up arrow OR [Windows] + down arrow (Aero Snap)
    Maximized and restores the selected window.
  • [Windows] + [SHIFT] + up arrow OR [Windows] + [SHIFT] + down arrow (Aero Snap)
    Maximizes and restores selected window in vertical dimension only.
  • [Windows] + [Tab] (Aero Flip)
    Launch 3D representation of open windows and click [Tab] key again to flip through them.

Windows & Taskbar

  • [Alt] + [Ctrl] + [Tag] + left/right/up/down arrow
    Flip window.
  • [Alt] + [Tab]
    Cycle through open windows.


windows 7 keyboard tricks
  • [Windows] + [T] OR [Windows] + [SHIFT] + [T]
    Move focus to front or back of taskbar. Press [T] again while holding the [Windows] key to cycle through items in the taskbar from left to right or, with [SHIFT] button held too, from right to left.
  • [Windows] + [B]
    Puts focus on the ‘show hidden icons’ button on the system tray.
  • [Windows] + [1] THROUGH [Windows] + [9]
    Launch first through ninth icon on taskbar, including items pinned to taskbar.
  • [Windows] + [SHIFT] + [1] THROUGH [Windows] + [SHIFT] + [9]
    Starts new instance of respective taskbar icon.
  • [Windows] + [Ctrl] + [1] THROUGH [Windows] + [Ctrl] + [9]
    Cycles through multiple instances of the respective icon.
  • [Windows] + [Alt] + [1] THROUGH [Windows] + [Alt] + [9]
    Opens jump list for respective icon.
fun keyboard tricks

Multiple Monitors

  • [Windows] + [SHIFT] + right arrow OR [Windows] + [SHIFT] + left arrow
    Move selected window from one monitor to another. They will remain in the same relative location.
  • [Windows] + [P]
    Select presentation display mode.
fun keyboard tricks

Magnifier

  • [Windows] + [+] OR [Windows] + [-]
    Activates Windows Magnifier to zoom in or out of screen.
  • [Ctrl] + [Alt] + [D]
    Switch to docked mode.
  • [Ctrl] + [Alt] + [L]
    Switch to lense mode.
fun keyboard tricks windows
  • [Ctrl] + [Alt] + [F]
    Switch from docked or lens mode back to full screen mode.
  • [Ctrl] + [Alt] + [I]
    Invert colors.
  • [Windows] + [Esc]
    Exist magnifier views.

Other

  • [Windows] + [G]
    Cycle through desktop gadgets.
  • [Windows] + [X]
    Launches Windows Mobility Center. Especially useful if you’re working on a laptop.
windows keyboard tricks

 
Related Posts Plugin for WordPress, Blogger...